/***************************************************************************/

 "C" sample programs for 711

 Each of the following sample "C" program demostrates a simple task and it
 can be tested alone. To test it, please rename or copy it to "USER.C" and
 then run the Y.BAT (command: "y user.c") to compile it. If compiled
 successfully, you then can run the Z.BAT (command: "z") to link it. Note 
 inside the link file, the path for 711LIB.LIB and C900ML.LIB must be
 specified correctly. If the linking process works without error, an
 excutable target program (USRE711.SHX) will be generated.

/***************************************************************************/

1. When and how to initiate a barcode scanner, halt the scanner, and 
   process the barcode data.
   sample program: Reader.c

2. How to intercept the keyboard input.
   sample program: Keypad.c

3. How to control the buzzer.
   sample program: Buzzer.c

4. How to control the LED indicator.
   sample program: LED.c

5. How to print / show something on the LCD.
   sample program: Contrast.c
                   Cursor.c
                   Image.c
                   Screen.c
                   Show.c

6. How to control the LCD backlight.
   sample program: Backlite.c

7. How to change the system time.
   sample program: Time.c

8. How to save data to / retrieve data from the SRAM.
9. File system and file formats.
   sample program: FileDAT.c & FileDBF.c

10. To communicate with the PC and others.
    sample program: Comm232.c

11. How to check the memory (SRAM) and to use the flash memory.
    sample program: Memory.c

12. How to check the battery power.
    sample program: Battery.c

13. Real-Time O.S.
    sample program: RealTime.c

14. Font files (Chinese & Japanese Kanji font)
    sample program: tcFont.c


